This guide describes Visaj. Each area of Visaj is described in its own chapter or section and clarified with examples where needed. The major areas are:
Using Visaj from an IDE
If you are using Visaj from within an IDE (Integrated Development Environment), the Project Window may not be available to you. This is because the IDE may prefer to do all file handling itself. For the same reason, some of the File menu operations may also not be available. If this is the case, you will be able to perform these operations from the IDE.
Visaj is a Java development tool which allows graphical development of the structure and interface of an application. When the graphical representation is complete, the developer can generate Java code. Not only does Visaj generate pure Java code, it is also written in Java. Both the generated code and Visaj itself are portable across all platforms which support Java 1.1 and above.
Figure 1-1 Class Editor
Development of an application with Visaj is quick and simple. The powerful Class Editor is displayed first. This is where the substance of the user interface is defined and source code generated. Apart from designing and editing your class file, buttons on the toolbar and in the menus lead you to the project window for organizing the files within your project, and to the Resource Bundle Editor for the internationalization of your application.
Figure 1-2 Visaj Project Window
Figure 1-3 Resource Bundle Editor
This document describes all the functions of Visaj. Each major feature of Visaj has its own chapter.
Chapter 3, "Visaj Tutorial", starting on page 13, leads you through the major areas of Visaj to create a simple yet functional application. Starting with this tutorial will give you a thorough grounding in the principles of Java application development with Visaj.
Other chapters serve as both a guide and reference for each aspect of Visaj. Appendix B, "Quick Reference", starting on page 199, helps you quickly find your way around Visaj.
The list of books in Appendix C, "Bibliography", starting on page 209, suggests some titles for further reading on particular topics relevant to application development with Visaj.
Use the table of contents and index pages to go straight to information on a particular area of Visaj.
Online help is available from the Class Editor, the Resource Bundle Editor and the Project window in Visaj. To view the list of help topics, select "Index" from the Help menu in any of these windows. A dialog containing a list of hypertext links to help topics relevant to the current window is displayed, as shown in Figure 1-4. Double-clicking over a topic displays a separate window containing help on the selected topic, as shown in Figure 1-5. This window has three buttons at the top which allow you to move forwards and backwards through the list of help topics and to change the font of the text in the window. References to subjects covered elsewhere in the help are shown as highlighted, underlined hypertext links. Clicking over one of these displays the relevant help information.
Figure 1-4 Online Help Index Window
Figure 1-5 Help on an Individual Topic
This user guide is available from Visaj in html format. Select "User Guide" from the Help menu.
Visaj will run on any platform with JDK 1.1. Although Visaj is intuitive and easy to use, you will need to understand the Java language in order to be able to create a class structure for your application, to design and customize your user interface and to use the code generated by Visaj.
Copyright
© 1998, 1999 Pacific Imperial Inc.,
TakeFive Software Inc.
All Rights Reserved.